-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: scheduler rewrite #7816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: scheduler rewrite #7816
Conversation
🦋 Changeset detectedLatest commit: 52de0e0 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
1f0ec3c
to
b86f8a3
Compare
commit: |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
ced5b49
to
f3dae90
Compare
f9ad480
to
9b03622
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -24,6 +24,7 @@ const config: PlaywrightTestConfig = { | |||
height: 600, | |||
}, | |||
}, | |||
fullyParallel: true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woohoo 🫶
066e523
to
fc41baf
Compare
b800546
to
cd04424
Compare
Tests are passing! Quick! merge merge merge! 😀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You closed 5 issues with one PR 👏
You rock @Varixo
Scheduler rewrite to support processing multiple async chores at once.
Fixes: #7296 #7416 #7795 #7720 #5343